startsWith

(alias) pure function startsWith(prefix: text): boolean

Deprecated

Use 'starts_with' instead

Returns true if this text starts with the specified prefix, otherwise returns false.

Alias

Alias target

Since

0.9.0

Parameters

prefix

The prefix to check.